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
/
Target
/
CppBackend
/
CPPBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove bit-rotten CppBackend.
James Y Knight
2016-05-05
1
-2145
/
+0
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+2
*
NFC: make AtomicOrdering an enum class
JF Bastien
2016-04-06
1
-7
/
+8
*
SmallSet/SmallPtrSet: Refuse huge Small numbers
Matthias Braun
2016-02-01
1
-2
/
+2
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-3
/
+3
*
CppBackend: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-37
/
+26
*
Fix CPP Backend for GEP API changes for opaque pointer types
David Blaikie
2015-09-08
1
-15
/
+10
*
[IR] Add token types
David Majnemer
2015-08-14
1
-1
/
+2
*
llc: Add a 'run-pass' option.
Alex Lorenz
2015-07-06
1
-2
/
+2
*
Use foreach loop over constant operands. NFC.
Pete Cooper
2015-06-25
1
-2
/
+1
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+1
*
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
2015-06-15
1
-1
/
+2
*
Don't call utostr in Twine/raw_ostream contexts.
Benjamin Kramer
2015-05-28
1
-7
/
+4
*
Make it obvious that we're iterating over a range of pointers.
Benjamin Kramer
2015-04-16
1
-1
/
+1
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-5
/
+3
*
Simplify use of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-6
/
+10
*
This reverts commit r234460 and r234461.
Rafael Espindola
2015-04-09
1
-4
/
+4
*
Use the cast machinery to remove dummy uses of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-4
/
+4
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+2
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
IR: add "cmpxchg weak" variant to support permitted failure.
Tim Northover
2014-06-13
1
-0
/
+2
*
CPP backend: set volatile property on atomic instructions.
Tim Northover
2014-06-13
1
-0
/
+4
*
Use for range loops.
Rafael Espindola
2014-05-08
1
-13
/
+9
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
Remove the linker_private and linker_private_weak linkages.
Rafael Espindola
2014-03-13
1
-4
/
+0
*
IR: add a second ordering operand to cmpxhg for failure
Tim Northover
2014-03-11
1
-2
/
+6
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-4
/
+30
*
Revert "Decouple dllexport/dllimport from linkage"
Nico Rieck
2014-01-14
1
-30
/
+4
*
Decouple dllexport/dllimport from linkage
Nico Rieck
2014-01-14
1
-4
/
+30
*
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
2014-01-12
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
2013-12-19
1
-0
/
+1
*
Remove the notion of primitive types.
Rafael Espindola
2013-12-07
1
-19
/
+20
*
Remove linkonce_odr_auto_hide.
Rafael Espindola
2013-11-01
1
-2
/
+0
*
Add missing #include's to cctype when using isdigit/alpha/etc.
Will Dietz
2013-10-12
1
-0
/
+1
*
Misc fixes for cpp backend.
Eli Friedman
2013-09-24
1
-3
/
+16
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-1
/
+1
*
Add function attribute 'optnone'.
Andrea Di Biagio
2013-08-23
1
-0
/
+1
*
Increment arg_count inside the loop in printInline. Patch by Joe Matarazzo.
Craig Topper
2013-07-31
1
-1
/
+1
*
Revert accidental commit.
Craig Topper
2013-07-24
1
-1
/
+1
*
Fix aliases for shrd/shld to handle Intel syntax properly. Also suppress them...
Craig Topper
2013-07-24
1
-1
/
+1
*
Remove assert. There may be target-dependent attributes left.
Bill Wendling
2013-03-25
1
-1
/
+0
*
Convert the CPP backend to use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-26
/
+37
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-1
/
+1
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
1
-1
/
+1
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-0
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
s/hasAttribute/contains/g to be more consistent with other method names.
Bill Wendling
2012-12-30
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-6
/
+6
[next]