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
/
LLParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
Declare that musttail calls in variadic functions forward the ellipsis
Reid Kleckner
2014-08-26
1
-2
/
+19
*
IR: Implement uselistorder assembly directives
Duncan P. N. Exon Smith
2014-08-19
1
-4
/
+143
*
LLParser: Handle BlockAddresses on-the-fly
Duncan P. N. Exon Smith
2014-08-19
1
-83
/
+114
*
Remove dead code in condition
Duncan P. N. Exon Smith
2014-08-05
1
-2
/
+2
*
Use "weak alias" instead of "alias weak"
Rafael Espindola
2014-07-30
1
-14
/
+11
*
AsmParser: remove deprecated LLIR support
Saleem Abdulrasool
2014-07-23
1
-15
/
+0
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
1
-0
/
+45
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
1
-1
/
+97
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-3
/
+4
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-4
/
+3
*
Rename loop unrolling and loop vectorizer metadata to have a common prefix.
Eli Bendersky
2014-06-25
1
-0
/
+1
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-4
/
+9
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
1
-18
/
+27
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+3
*
Clauses in a landingpad are always Constant. Use a stricter type.
Rafael Espindola
2014-06-04
1
-2
/
+3
*
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
1
-15
/
+33
*
Add 'nonnull', a new parameter and return attribute which indicates that the ...
Nick Lewycky
2014-05-20
1
-0
/
+3
*
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
1
-2
/
+0
*
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
1
-6
/
+13
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-87
/
+88
*
AsmParser: add a warning for compatibility parsing
Saleem Abdulrasool
2014-04-05
1
-0
/
+2
*
AsmParser: restore LLVM IR compatibility for linker_private{,_weak}
Saleem Abdulrasool
2014-04-05
1
-0
/
+13
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-10
/
+0
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-6
/
+21
*
IR: Change inalloca's grammar a bit
David Majnemer
2014-03-09
1
-19
/
+14
*
[Layering] Move AutoUpgrade.h into the IR library where its
Chandler Carruth
2014-03-05
1
-1
/
+1
*
[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'
Reid Kleckner
2014-01-31
1
-0
/
+2
*
Add an inalloca flag to allocas
Reid Kleckner
2014-01-17
1
-10
/
+21
*
Add two new calling conventions for runtime calls
Juergen Ributzka
2014-01-17
1
-0
/
+4
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-36
/
+57
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-57
/
+36
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-36
/
+57
*
Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
2013-12-19
1
-0
/
+3
*
Debug Info: drop debug info via upgrading path if version number does not match.
Manman Ren
2013-12-02
1
-0
/
+2
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-0
/
+2
*
[Stackmap] Add AnyReg calling convention support for patchpoint intrinsic.
Juergen Ributzka
2013-11-08
1
-0
/
+2
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-8
/
+0
*
Add new calling convention for WebKit Java Script.
Andrew Trick
2013-10-31
1
-0
/
+2
[prev]
[next]