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
*
X86: Implement the vectorcall calling convention
Reid Kleckner
2014-10-28
3
-1
/
+4
*
Make CallingConv::ID an alias of "unsigned".
Alexey Samsonov
2014-09-10
2
-10
/
+6
*
Fix typos in comments, NFC
Robin Morisset
2014-08-29
1
-1
/
+1
*
Pass a MemoryBufferRef when we can avoid taking ownership.
Rafael Espindola
2014-08-26
1
-13
/
+10
*
Declare that musttail calls in variadic functions forward the ellipsis
Reid Kleckner
2014-08-26
2
-3
/
+22
*
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...
David Blaikie
2014-08-21
1
-1
/
+1
*
Split parseAssembly into parseAssembly and parseAssemblyInto.
Rafael Espindola
2014-08-19
1
-6
/
+13
*
IR: Implement uselistorder assembly directives
Duncan P. N. Exon Smith
2014-08-19
4
-4
/
+156
*
Modernize the .ll parsing interface.
Rafael Espindola
2014-08-19
1
-18
/
+17
*
LLParser: Handle BlockAddresses on-the-fly
Duncan P. N. Exon Smith
2014-08-19
2
-93
/
+126
*
These classes only need a StringRef, not a MemoryBuffer.
Rafael Espindola
2014-08-18
4
-8
/
+8
*
Delete unused method.
Rafael Espindola
2014-08-18
2
-6
/
+0
*
Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.
Rafael Espindola
2014-08-17
1
-10
/
+9
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
3
-6
/
+6
*
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
2
-16
/
+13
*
AsmParser: remove deprecated LLIR support
Saleem Abdulrasool
2014-07-23
3
-19
/
+0
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
4
-0
/
+53
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-4
/
+5
*
IR: Add COMDATs to the IR
David Majnemer
2014-06-27
5
-8
/
+165
*
ParseIR: don't take ownership of the MemoryBuffer
Alp Toker
2014-06-27
1
-2
/
+1
*
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
3
-6
/
+12
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-2
/
+1
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
*
Allow aliases to be unnamed_addr.
Rafael Espindola
2014-06-06
2
-20
/
+32
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
3
-0
/
+5
*
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
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
[next]