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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-0
/
+8
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-8
/
+0
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-0
/
+8
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
1
-0
/
+2
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
1
-2
/
+0
*
[CMake] Fix `is_llvm_target_library` and support out-of-order components
Chris Bieneman
2017-02-08
1
-0
/
+6
*
[CMake] Cleanup TableGen include flags
Chris Bieneman
2016-12-06
1
-0
/
+2
*
TargetSubtargetInfo: Move implementation to lib/CodeGen; NFC
Matthias Braun
2016-11-22
1
-1
/
+0
*
[Target] remove TargetRecip class; 2nd try
Sanjay Patel
2016-10-20
1
-1
/
+0
*
revert r284495: [Target] remove TargetRecip class
Sanjay Patel
2016-10-18
1
-0
/
+1
*
[Target] remove TargetRecip class; move reciprocal estimate isel functionalit...
Sanjay Patel
2016-10-18
1
-1
/
+0
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-06-04
1
-0
/
+1
*
Revert "make reciprocal estimate code generation more flexible by adding comm...
Rafael Espindola
2015-06-03
1
-1
/
+0
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-06-02
1
-0
/
+1
*
Revert "make reciprocal estimate code generation more flexible by adding comm...
Rafael Espindola
2015-05-23
1
-1
/
+0
*
make reciprocal estimate code generation more flexible by adding command-line...
Sanjay Patel
2015-05-22
1
-0
/
+1
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
[CMake] LLVMTarget requires Intrinsics.gen since r227669 introduced llvm/Anal...
NAKAMURA Takumi
2015-02-01
1
-2
/
+2
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+0
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-1
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+1
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-1
/
+0
*
[CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.
NAKAMURA Takumi
2014-02-20
1
-0
/
+2
*
Move the llvm mangler to lib/IR.
Rafael Espindola
2014-01-07
1
-1
/
+0
*
Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...
Anders Waldenborg
2013-10-15
1
-2
/
+0
*
Add AllTargetsBindings sublibrary instead of having static inlines in the llv...
Anders Waldenborg
2013-10-15
1
-0
/
+2
*
Revert "llvm-c: Make target initializer functions external functions in lib."
Rui Ueyama
2013-10-09
1
-1
/
+0
*
llvm-c: Make target initializer functions external functions in lib.
Anders Waldenborg
2013-10-09
1
-0
/
+1
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-1
/
+0
*
Move Target{Instr,Register}Info.cpp into lib/CodeGen.
Jakob Stoklund Olesen
2012-11-28
1
-2
/
+0
*
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-28
1
-1
/
+0
*
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
1
-0
/
+1
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-1
/
+0
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-0
/
+1
*
Implement TargetData with the DataLayout class, this will allow LLVM projects...
Micah Villmow
2012-10-05
1
-1
/
+0
*
Add a C binding to the Target and TargetMachine classes to allow for emitting
Duncan Sands
2012-04-11
1
-0
/
+1
*
Fix up the CMake build for the new files added in r146960, they're
Chandler Carruth
2011-12-20
1
-0
/
+1
*
Move parts of lib/Target that use CodeGen into lib/CodeGen.
Nick Lewycky
2011-12-15
1
-2
/
+0
*
Refactor the implementation of the TargetOptions out of TargetMachine, taking
Nick Lewycky
2011-12-10
1
-0
/
+1
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-6
/
+0
*
build/cmake: Coalesce the configuration time header include fragment generation
Daniel Dunbar
2011-11-04
1
-36
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
1
-1
/
+0
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+6
*
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...
Evan Cheng
2011-07-23
1
-1
/
+0
*
Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs.
Chandler Carruth
2011-07-22
1
-0
/
+1
*
Fix cmake again :)
Benjamin Kramer
2011-07-20
1
-1
/
+0
*
Revert accidental commit.
Evan Cheng
2011-07-09
1
-6
/
+0
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-0
/
+6
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
1
-1
/
+1
[next]