index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
AsmParser
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Update comments to match reality.
Rafael Espindola
2014-06-03
1
-4
/
+4
*
Fix a small bug in the parsing of anonymous globals.
Rafael Espindola
2014-06-03
1
-0
/
+2
*
Simplify the parsing of unnamed globals. No functionality changed.
Rafael Espindola
2014-06-03
1
-31
/
+12
*
Update comment. This should have been part of r210062.
Rafael Espindola
2014-06-03
1
-2
/
+0
*
Allow alias to point to an arbitrary ConstantExpr.
Rafael Espindola
2014-06-03
1
-39
/
+20
*
[pr19844] Add thread local mode to aliases.
Rafael Espindola
2014-05-28
2
-17
/
+37
*
[modules] Add module maps for LLVM. These are not quite ready for prime-time
Richard Smith
2014-05-21
1
-0
/
+1
*
Add 'nonnull', a new parameter and return attribute which indicates that the ...
Nick Lewycky
2014-05-20
3
-0
/
+5
*
Use create methods since msvc doesn't handle delegating constructors.
Rafael Espindola
2014-05-17
1
-2
/
+2
*
Reduce abuse of default values in the GlobalAlias constructor.
Rafael Espindola
2014-05-17
1
-2
/
+2
*
Fix most of PR10367.
Rafael Espindola
2014-05-16
1
-18
/
+45
*
Change the GlobalAlias constructor to look a bit more like GlobalVariable.
Rafael Espindola
2014-05-16
1
-2
/
+4
*
Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"
Reid Kleckner
2014-05-09
3
-4
/
+1
*
Don't crash on redefinitions.
Rafael Espindola
2014-05-09
1
-5
/
+7
*
IR: Don't allow non-default visibility on local linkage
Duncan P. N. Exon Smith
2014-05-07
1
-0
/
+17
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
4
-7
/
+19
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-16
1
-2
/
+3
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
3
-96
/
+97
*
AsmParser: add a warning for compatibility parsing
Saleem Abdulrasool
2014-04-05
3
-0
/
+10
*
AsmParser: restore LLVM IR compatibility for linker_private{,_weak}
Saleem Abdulrasool
2014-04-05
3
-0
/
+17
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
3
-13
/
+1
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
2
-6
/
+22
*
IR: Change inalloca's grammar a bit
David Majnemer
2014-03-09
1
-19
/
+14
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[Layering] Move AutoUpgrade.h into the IR library where its
Chandler Carruth
2014-03-05
1
-1
/
+1
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
2014-01-31
3
-1
/
+4
*
Add an inalloca flag to allocas
Reid Kleckner
2014-01-17
2
-10
/
+22
*
Add two new calling conventions for runtime calls
Juergen Ributzka
2014-01-17
3
-0
/
+7
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
2
-38
/
+62
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
2
-62
/
+38
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
2
-38
/
+62
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
2
-3
/
+3
*
Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
2013-12-19
3
-0
/
+5
*
Debug Info: drop debug info via upgrading path if version number does not match.
Manman Ren
2013-12-02
1
-0
/
+2
*
Make it explicit that nulls are not allowed in names.
Rafael Espindola
2013-11-19
1
-0
/
+4
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
3
-0
/
+4
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
3
-1
/
+4
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
3
-12
/
+1
*
Add new calling convention for WebKit Java Script.
Andrew Trick
2013-10-31
3
-0
/
+4
*
Revert r193251 : Use address-taken to disambiguate global variable and indire...
Shuxin Yang
2013-10-27
3
-5
/
+1
*
Use address-taken to disambiguate global variable and indirect memops.
Shuxin Yang
2013-10-23
3
-1
/
+5
*
Add a GlobalAlias::isValidLinkage to reduce code duplication.
Rafael Espindola
2013-10-09
1
-4
/
+1
*
Add support for aliases with linkonce_odr.
Rafael Espindola
2013-10-06
1
-9
/
+8
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-2
/
+0
*
AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format.
Manman Ren
2013-09-28
2
-0
/
+9
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
3
-2
/
+8
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
2
-3
/
+3
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
2
-3
/
+3
[prev]
[next]