index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
llc
Commit message (
Expand
)
Author
Age
Files
Lines
*
There is no reason to add -load support to LLC
Chris Lattner
2003-12-15
1
-1
/
+1
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+2
*
Added LLVM copyright to Makefiles.
John Criswell
2003-10-20
1
-0
/
+8
*
Removed extraneous comment line.
John Criswell
2003-10-20
1
-1
/
+0
*
Added copyright header to all C++ source files.
John Criswell
2003-10-20
1
-0
/
+8
*
Fix grammar.
Misha Brukman
2003-10-10
1
-2
/
+2
*
Preselection is now integrated into the Sparc target library
Chris Lattner
2003-09-01
1
-1
/
+0
*
Sparc peephole optimizer moved out of post-opts library into Sparc target lib...
Chris Lattner
2003-09-01
1
-1
/
+0
*
Added code to avoid checking for .bc when the filename is too short.
John Criswell
2003-08-28
1
-1
/
+2
*
Targets now configure themselves with the module, not flags
Chris Lattner
2003-08-24
1
-2
/
+2
*
Add support for modules with "any" pointersize/endianness
Chris Lattner
2003-08-24
1
-6
/
+16
*
rename selection library to selectiondag
Chris Lattner
2003-08-15
1
-1
/
+1
*
Incorporate mapping library into the sparc library
Chris Lattner
2003-08-13
1
-2
/
+1
*
Include the new selection library for the X86 target
Chris Lattner
2003-08-11
1
-0
/
+1
*
Revert change: default architecture is never set, it is guessed from input
Misha Brukman
2003-07-30
1
-8
/
+1
*
Initialize the target architecture based on compiler defines, so if compiled on
Misha Brukman
2003-07-18
1
-1
/
+8
*
Fixed indentation.
Misha Brukman
2003-07-07
1
-1
/
+1
*
Minor cleanups
Chris Lattner
2003-06-20
1
-22
/
+10
*
tools/llc/llc.cpp: Make "-o -" work.
Brian Gaeke
2003-06-18
1
-12
/
+16
*
lib/Target/Sparc/Sparc.cpp:
Brian Gaeke
2003-06-18
2
-62
/
+50
*
Reindent code to match the rest of the file
Chris Lattner
2003-06-18
1
-38
/
+30
*
Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where
Brian Gaeke
2003-06-17
1
-1
/
+1
*
Remove duplicate pass
Chris Lattner
2003-06-05
1
-4
/
+0
*
Remove ugly hack (that I put in originally) for building in trace stuff
Chris Lattner
2003-05-27
2
-115
/
+15
*
Add a new option to disable stripping of bytecode files
Chris Lattner
2003-04-28
1
-1
/
+6
*
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-04-26
1
-2
/
+1
*
Make sure to copy double alignment as well
Chris Lattner
2003-04-25
1
-1
/
+1
*
Kill using declarations
Chris Lattner
2003-04-25
1
-32
/
+31
*
Make sure to add a targetdata instance to the passmanager, and make it match the
Chris Lattner
2003-04-25
1
-0
/
+5
*
Remove support for "target data" pass ctors
Chris Lattner
2003-04-24
1
-2
/
+0
*
* Prune down library list. In particular, llc doesn't need all of IPO, and n...
Chris Lattner
2003-01-19
1
-10
/
+6
*
Rename header
Chris Lattner
2003-01-14
1
-1
/
+1
*
Eliminate direct access to TargetData structure
Chris Lattner
2002-12-28
1
-1
/
+1
*
Fix link errors due to new IPModRef pass.
Vikram S. Adve
2002-12-09
1
-2
/
+4
*
Don't build llc symbols by default.
Vikram S. Adve
2002-11-06
1
-1
/
+0
*
No need to explicitly inclue ExportSymbols now
Chris Lattner
2002-11-04
1
-2
/
+1
*
* Privatize the TargetName
Chris Lattner
2002-10-29
1
-1
/
+1
*
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
1
-4
/
+8
*
* Remove explicit strcmp calls
Chris Lattner
2002-10-29
1
-3
/
+3
*
After removing stuff from TargetMachine, we now no longer have to include
Chris Lattner
2002-10-28
1
-1
/
+1
*
Add codegen library
Chris Lattner
2002-10-28
1
-3
/
+22
*
Change LowerAllocations pass to 'require' TargetData instead of it being
Chris Lattner
2002-09-25
1
-1
/
+1
*
Renamed library preselect to preopts.
Vikram S. Adve
2002-09-20
1
-1
/
+3
*
Indent a comment right, add a new one
Chris Lattner
2002-09-19
1
-2
/
+3
*
Enable correct support for dynamic loading on Linux
Chris Lattner
2002-09-17
1
-1
/
+1
*
Change several entries to use the .o instead of .a to expose pass options.
Vikram S. Adve
2002-09-16
1
-3
/
+4
*
Make all registered optimization passes available to llc.
Vikram S. Adve
2002-09-16
1
-90
/
+151
*
Function.h is unnecessary when Module.h is included.
Misha Brukman
2002-09-14
1
-1
/
+0
*
Added mapping lib in llc makefile
Anand Shukla
2002-08-27
1
-1
/
+1
*
Only include the sparc.o file once!
Chris Lattner
2002-08-07
1
-1
/
+1
[next]