Sign in
llvm
/
llvm-project
/
llgo
/
HEAD
2f70d96
Remove llgo per discussion on llvm-dev:
by Eric Christopher
· 4 years, 10 months ago
main
master
97d4c42
IR: Support parsing numeric block ids, and emit them in textual output.
by James Y Knight
· 6 years ago
90c1cd5
Adjust documentation for git migration.
by James Y Knight
· 6 years ago
23a767c
Fix typos throughout the license files that somehow I and my reviewers
by Chandler Carruth
· 6 years ago
2f71eaf
[llgo]: fix compilation under current llvm
by Kristina Brooks
· 6 years ago
d2f05c2
Update more file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
48bad55
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
b0021a5
Install new LLVM license structure and new developer policy.
by Chandler Carruth
· 6 years ago
fff5064
Update year in license files
by Hans Wennborg
· 6 years ago
0ba01e9
Update copyright year to 2018.
by Paul Robinson
· 6 years ago
a3abbd1
irgen: Create functions instead of global variables for builtin hash and equal algorithms.
by Peter Collingbourne
· 8 years ago
c177a7e
benchcomp: Add a mode for analyzing file sizes.
by Peter Collingbourne
· 8 years ago
c9ed0b9
[llgo] Remove support for LLVM attributes
by Meador Inge
· 8 years ago
eec8804
[llgo] set debuglocs for calls in synthetic functions
by Andrew Wilkins
· 8 years ago
6c47cf0
[llgo] Update to use the latest IR attribute bindings
by Meador Inge
· 8 years ago
3211270
[llgo] Fix `debug` to use latest `DIBuilder` bindings
by Meador Inge
· 8 years ago
37e8b58
[llgo] add llgo source path to LLVM_GO_PACKAGES
by Andrew Wilkins
· 8 years ago
f892127
Upgrade all the .arcconfigs to https.
by Benjamin Kramer
· 8 years ago
901d6a8
[llgo] llgoi: separate evaluation from printing
by Andrew Wilkins
· 9 years ago
71279db
benchcomp: Add a mode for analyzing rule execution time in ninja log files.
by Peter Collingbourne
· 9 years ago
bc6e49a
benchcomp: Look at all sections whose names begin with .text, not just the .text section.
by Peter Collingbourne
· 9 years ago
ac7736a
[llgo] add USES_TERMINAL option to check-libgo
by Andrew Wilkins
· 9 years ago
19f4689
[llgo] Increment "Debug Info Version"
by Andrew Wilkins
· 9 years ago
6e2cdcf
[cmake] fix libgo-llgo paths in install target
by Andrew Wilkins
· 9 years ago
8c68b20
[llgo] Roll gofrontend forward
by Andrew Wilkins
· 9 years ago
770e78e
[llgo] Force exporting __morestack from llgoi
by Andrew Wilkins
· 9 years ago
283354e
debug: Update for debug info API change.
by Peter Collingbourne
· 9 years ago
a87ae8c
[llgo] irgen: always use TargetMachine's data layout
by Andrew Wilkins
· 9 years ago
2756bda
[llgo] drop debug/DIBuilder.Declare
by Andrew Wilkins
· 9 years ago
81c949a
Update to new lists.llvm.org
by Tanya Lattner
· 9 years ago
40f6318
[llgo] build llgoi by default
by Andrew Wilkins
· 9 years ago
d655bfc
[llgo] cmd/gllgo: handle/ignore more flags
by Andrew Wilkins
· 9 years ago
2f82565
[llgo] update libgo-llgo.so version to match libtool_VERSION
by Andrew Wilkins
· 9 years ago
f09d824
[llgo] set function personality with SetPersonality
by Andrew Wilkins
· 9 years ago
d381045
[llgo] cmd/llgoi: use line editor
by Andrew Wilkins
· 10 years ago
e1f75e7
benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes.
by Peter Collingbourne
· 10 years ago
c997749
[llgo] add buildbot-slave config
by Andrew Wilkins
· 10 years ago
ed06518
Add documentation for llgoi, update README
by Peter Collingbourne
· 10 years ago
5dae463
Roll gofrontend to 15a24202fa42.
by Peter Collingbourne
· 10 years ago
0746424
Roll gofrontend to 07baa07598ea; roll libffi to r219477.
by Peter Collingbourne
· 10 years ago
9b1695f
Roll gofrontend to a6e10414311a
by Peter Collingbourne
· 10 years ago
0f86b02
Roll gotools to d4e70101.
by Peter Collingbourne
· 10 years ago
63a2962
llgoi: Fix type identity for imported binary packages.
by Peter Collingbourne
· 10 years ago
4a30847
Add llgo-go to installation.
by Peter Collingbourne
· 10 years ago
680c1bf
llgoi: Fix importing source packages together with dependent binary packages.
by Peter Collingbourne
· 10 years ago
6419c1c
Add cgo dependency to llgo-stage2 and llgoi.
by Peter Collingbourne
· 10 years ago
6030fb7
[llgo] update year in LICENSE.txt
by Andrew Wilkins
· 10 years ago
93ef381
[llgo] Disable known failing packages in check-libgo
by Andrew Wilkins
· 10 years ago
a58654f
Fix test to use explicit load type.
by Peter Collingbourne
· 10 years ago
37ba444
[llgo] debug: create replaceable type through DIBuilder
by Andrew Wilkins
· 10 years ago
9581c79
Build cgo and llgo-go
by Peter Collingbourne
· 10 years ago
56c8f3d
Roll gofrontend to 0fde0b6a7eb2
by Peter Collingbourne
· 10 years ago
a785a65
Update for API change
by Peter Collingbourne
· 10 years ago
7b047c4
irgen: don't emit debug metadata for locals
by Andrew Wilkins
· 10 years ago
9fe05aa
Introduce llgoi, a REPL for Go
by Peter Collingbourne
· 10 years ago
74a5b53
irgen: expose DisableUnusedImportCheck flag
by Peter Collingbourne
· 10 years ago
45527d8
irgen: expose PackageCreated hook
by Peter Collingbourne
· 10 years ago
8eafcd7
Roll gotools to 47f2109c.
by Peter Collingbourne
· 10 years ago
1515450
[llgo] irgen: generate switch instructions
by Andrew Wilkins
· 10 years ago
6359dda
Test commit to check the new git mirror.
by Chandler Carruth
· 10 years ago
ef5fe90
[llgo] Elide alloca for unused received values in select
by Andrew Wilkins
· 10 years ago
013814a
irgen: modify the ABI to use init guards instead of priority
by Peter Collingbourne
· 10 years ago
9ff6317
irgen: make it possible to use a custom importer
by Peter Collingbourne
· 10 years ago
3558e24
irgen: return a types.Package to the compiler client
by Peter Collingbourne
· 10 years ago
e7e4ce9
irgen: introduce ManglePackagePath function
by Peter Collingbourne
· 10 years ago
5c0c7a4
irgen, driver: modify Compiler.Compile to take a FileSet and Files
by Peter Collingbourne
· 10 years ago
0e82544
[cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_SUFFIX variable for
by Chandler Carruth
· 10 years ago
e8e6a29
irgen: remove unused compiler.runtimetypespkg field.
by Peter Collingbourne
· 10 years ago
cc466f1
irgen: do not emit an extra terminator for panic thunks
by Peter Collingbourne
· 10 years ago
c344625
Test commit
by Andrew Wilkins
· 10 years ago
c1786cf
irgen: fix canAvoid*
by Peter Collingbourne
· 10 years ago
2ab2051
Use the object's package to mangle method names, rather than the receiver's package
by Peter Collingbourne
· 10 years ago
bef45fb
Update to new bindings.
by Peter Collingbourne
· 10 years ago
65ae733
Optimize comparisons to empty string.
by Peter Collingbourne
· 10 years ago
71bcb6d
Add .arcconfig file.
by Peter Collingbourne
· 10 years ago
136050f
Roll gofrontend to 2a85649c19e1.
by Peter Collingbourne
· 10 years ago
a4744e4
Initial commit of llgo third_party.
by Peter Collingbourne
· 10 years ago
c225302
Initial commit of llgo.
by Peter Collingbourne
· 10 years ago