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
/
tools
/
llc
Commit message (
Expand
)
Author
Age
Files
Lines
*
llc: Add a 'run-pass' option.
Alex Lorenz
2015-07-06
1
-12
/
+27
*
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
Alex Lorenz
2015-06-15
1
-4
/
+9
*
add missing dependency on Target lib for tools
Sanjay Patel
2015-06-03
1
-0
/
+1
*
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-27
4
-3
/
+10
*
Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and
Akira Hatanaka
2015-05-26
1
-5
/
+3
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
1
-2
/
+5
*
Simplify and rename function overrideFunctionAttributes. NFC.
Akira Hatanaka
2015-05-23
1
-2
/
+2
*
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
2015-05-22
1
-7
/
+1
*
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-21
1
-1
/
+7
*
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
2015-05-19
1
-7
/
+1
*
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
2015-05-19
1
-1
/
+7
*
Migrate existing backends that care about software floating point
Eric Christopher
2015-05-12
1
-3
/
+2
*
Let llc and opt override "-target-cpu" and "-target-features" via command line
Akira Hatanaka
2015-05-06
1
-0
/
+3
*
Factor out a function which determines the cpu and feature strings based on
Akira Hatanaka
2015-05-06
1
-27
/
+3
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-2
/
+10
*
Simplify use of formatted_raw_ostream.
Rafael Espindola
2015-04-09
1
-3
/
+1
*
Make llc use getHostCPUFeatures when 'native' is specified for cpu.
Craig Topper
2015-03-31
1
-7
/
+19
*
tools: Unify how verifyModule() is called
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+1
*
Verifier: Call verifyModule() from llc and opt
Duncan P. N. Exon Smith
2015-03-27
1
-0
/
+9
*
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
2015-03-18
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-2
/
+1
*
Add missing includes. make_unique proliferated everywhere.
Benjamin Kramer
2015-03-01
1
-0
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-2
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
[PM] Rework how the TargetLibraryInfo pass integrates with the new pass
Chandler Carruth
2015-01-24
1
-3
/
+3
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+5
*
Update libdeps since TLI was moved from Target to Analysis in r226078.
NAKAMURA Takumi
2015-01-15
1
-1
/
+1
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Remove an unnecessary reference variable that pointed to a unique_ptr variabl...
Craig Topper
2014-12-12
1
-6
/
+5
*
Use unique_ptr operator= instead of constructor to make it explicit that ther...
Craig Topper
2014-12-12
1
-2
/
+2
*
Just use the Module unique_ptr object directly in many places instead of sepa...
Craig Topper
2014-12-11
1
-8
/
+6
*
Use unique_ptr to remove an explicit delete. Change return type to pass the u...
Craig Topper
2014-12-11
1
-5
/
+5
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-1
/
+1
*
Use StringRef to avoid copies and simplify code.
Craig Topper
2014-08-30
1
-18
/
+6
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-1
/
+1
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-5
/
+4
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+2
*
Move MCOptions that aren't shared between programs into their specific
Eric Christopher
2014-05-21
1
-5
/
+15
*
Make a couple of command lines static and remove an unnecessary
Eric Christopher
2014-05-21
1
-6
/
+4
*
Move the verbose asm option to be part of the options struct and
Eric Christopher
2014-05-20
1
-3
/
+4
*
Unify command line handling of MCTargetOptions and remove extra
Eric Christopher
2014-05-15
1
-9
/
+3
*
Have the SubtargetFeature help routine just not return a number and
Eric Christopher
2014-05-06
1
-1
/
+8
*
Remove the -disable-cfi option.
Rafael Espindola
2014-05-05
1
-3
/
+0
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-5
/
+5
*
llc: Add support for -mcpu=native.
Jim Grosbach
2014-04-12
1
-0
/
+6
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-7
/
+6
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-3
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-2
/
+2
*
Replace the F_Binary flag with a F_Text one.
Rafael Espindola
2014-02-24
1
-2
/
+2
[next]