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
/
CodeGen
/
AsmPrinter
/
OcamlGCPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-2
/
+2
*
[Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignment
Guillaume Chatelet
2019-09-11
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GC] Rename a header for consistency
Philip Reames
2018-11-10
1
-1
/
+1
*
Style update. NFC.
Rafael Espindola
2018-03-29
1
-4
/
+4
*
Move TargetLoweringObjectFile from CodeGen to Target to fix layering
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-07
1
-8
/
+13
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
Simplify the Mangler interface now that DataLayout is mandatory.
Rafael Espindola
2015-06-23
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-1
/
+1
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-12
/
+12
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+1
*
clang-format all the GC related files (NFC)
Philip Reames
2015-01-16
1
-22
/
+25
*
GCStrategy should not own GCFunctionInfo
Philip Reames
2014-12-11
1
-6
/
+18
*
Remove the Module pointer from GCStrategy and GCMetadataPrinter
Philip Reames
2014-12-09
1
-9
/
+9
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+3
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-08
1
-2
/
+2
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+1
*
Last in the series of removing unnecessary '0' arguments for
Eric Christopher
2013-01-09
1
-1
/
+1
*
These functions have default arguments of 0 for the last arg. Use
Eric Christopher
2013-01-09
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-2
/
+2
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-6
/
+6
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
1
-1
/
+1
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
1
-1
/
+1
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
1
-1
/
+1
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-19
1
-0
/
+1
*
Trailing whitespace.
Mikhail Glushenkov
2010-07-01
1
-3
/
+3
*
Encode the Caml frametable by following what the comment says: the number of ...
Nicolas Geoffray
2010-05-24
1
-5
/
+22
*
Use twines to simplify calls to report_fatal_error. For code size and readabi...
Benjamin Kramer
2010-04-08
1
-13
/
+9
*
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-04-07
1
-2
/
+2
*
mcize the gc metadata printing stuff.
Chris Lattner
2010-04-04
1
-45
/
+37
*
unbreak the build, grr symlinks.
Chris Lattner
2010-03-14
1
-3
/
+3
*
remove uses of EOL.
Chris Lattner
2010-01-22
1
-6
/
+2
*
inline away the trivial AsmPrinter::EOL() method.
Chris Lattner
2010-01-22
1
-3
/
+2
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
rename TAI -> MAI, being careful not to make MAILJMP instructions :)
Chris Lattner
2009-08-22
1
-16
/
+16
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-6
/
+6
*
eliminate AsmPrinter::SwitchToSection and just have clients
Chris Lattner
2009-08-19
1
-8
/
+9
*
Rip all of the global variable lowering logic out of TargetAsmInfo. Since
Chris Lattner
2009-07-28
1
-6
/
+6
*
Remove Value::getName{Start,End}, the last of the old Name APIs.
Daniel Dunbar
2009-07-26
1
-3
/
+3
*
Convert more assert(0)+abort() -> LLVM_UNREACHABLE,
Torok Edwin
2009-07-11
1
-6
/
+11
*
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
1
-0
/
+1
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
1
-23
/
+23
*
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
1
-3
/
+3
[next]