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
/
LLVMTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
Only access TLOF via the TargetMachine, not TargetLowering.
Eric Christopher
2015-02-03
1
-1
/
+1
*
[multiversion] Switch the TTI queries from TargetMachine to Subtarget
Chandler Carruth
2015-02-01
1
-2
/
+3
*
[multiversion] Switch all of the targets over to use the
Chandler Carruth
2015-02-01
1
-2
/
+3
*
[multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
2015-02-01
1
-1
/
+1
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-3
/
+4
*
std::unique_ptrify the MCStreamer argument to createAsmPrinter
David Blaikie
2015-01-18
1
-13
/
+7
*
[cleanup] Re-sort all the #include lines in LLVM using
Chandler Carruth
2015-01-14
1
-1
/
+0
*
Add Forward Control-Flow Integrity.
Tom Roeder
2014-11-11
1
-1
/
+8
*
Simplify handling of --noexecstack by using getNonexecutableStackSection.
Rafael Espindola
2014-10-15
1
-6
/
+8
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-20
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+20
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-20
/
+0
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-11
/
+11
*
Allow a target to create a null streamer.
Rafael Espindola
2014-06-20
1
-1
/
+1
*
Add a new attribute called 'jumptable' that creates jump-instruction tables f...
Tom Roeder
2014-06-05
1
-0
/
+10
*
Move the verbose asm option to be part of the options struct and
Eric Christopher
2014-05-20
1
-15
/
+3
*
Fix typos.
Eric Christopher
2014-05-19
1
-1
/
+2
*
Remove the Options query functions and just access our Options directly.
Eric Christopher
2014-05-16
1
-8
/
+8
*
Move more MC options into the MCTargetOptions structure.
Eric Christopher
2014-05-15
1
-12
/
+4
*
Remove the UseCFI option from createAsmStreamer.
Rafael Espindola
2014-05-07
1
-1
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-8
/
+9
*
DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sections
David Blaikie
2014-03-27
1
-0
/
+3
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-3
/
+2
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-2
/
+2
*
Make DisableIntegratedAS a TargetOption.
Rafael Espindola
2014-02-21
1
-5
/
+1
*
Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...
Daniel Sanders
2014-02-13
1
-2
/
+12
*
Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...
Daniel Sanders
2014-02-12
1
-12
/
+2
*
Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...
Daniel Sanders
2014-02-12
1
-2
/
+12
*
Remove support for not using .loc directives.
Rafael Espindola
2014-02-05
1
-1
/
+0
*
Pass a MCSubtargetInfo down to the TargetStreamer creation.
Rafael Espindola
2014-01-26
1
-8
/
+6
*
Simplify the logic for deciding when to initialize the sections.
Rafael Espindola
2014-01-24
1
-1
/
+0
*
Remove duplicated info on what .text, .data and .bss look like.
Rafael Espindola
2014-01-23
1
-1
/
+0
*
Add target analysis passes to the codegen pipeline for MCJIT.
Juergen Ributzka
2014-01-23
1
-0
/
+3
*
[PM] Simplify the interface exposed for IR printing passes.
Chandler Carruth
2014-01-12
1
-1
/
+1
*
[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
*
Grammar.
Eric Christopher
2013-10-08
1
-1
/
+1
*
Call generateCompactUnwindEncodings() right before we need to output the fram...
Bill Wendling
2013-09-09
1
-4
/
+3
*
Generate compact unwind encoding from CFI directives.
Bill Wendling
2013-09-09
1
-3
/
+4
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-3
/
+2
*
Simplify some of the code. No functionality change.
Bill Wendling
2013-06-18
1
-7
/
+5
*
Add space to assert message.
Bill Wendling
2013-06-05
1
-1
/
+1
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
1
-8
/
+11
*
Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-19
1
-2
/
+0
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-0
/
+4
*
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-12
/
+12
*
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
1
-0
/
+2
*
Fix 80-col violation
Eli Bendersky
2012-11-22
1
-1
/
+2
[next]