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
*
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
*
Print the tool name when an error comes from so that I can tell which
Chris Lattner
2002-07-30
1
-4
/
+6
*
*** empty log message ***
Chris Lattner
2002-07-23
2
-3
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-23
1
-2
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-9
/
+20
*
Strip the symbols out of the bytecode to inflate generated executables less.
Chris Lattner
2002-06-30
1
-0
/
+3
*
Changes for 64bit gcc
Anand Shukla
2002-06-25
1
-0
/
+1
*
MEGAPATCH checkin.
Chris Lattner
2002-06-25
1
-6
/
+6
*
Fix tracing code support to link in the tracing routines if neccesary.
Chris Lattner
2002-05-20
1
-37
/
+74
*
Add libsparc.a a second time to resolve link errors.
Vikram S. Adve
2002-05-19
1
-1
/
+1
*
Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h
Chris Lattner
2002-05-07
1
-1
/
+1
*
Straighten out makefiles after moving code to new Transform Utils library
Chris Lattner
2002-05-07
1
-2
/
+2
*
Remove unneccesary pass.
Chris Lattner
2002-04-30
1
-4
/
+0
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
* Rename MethodPass class to FunctionPass
Chris Lattner
2002-04-27
1
-1
/
+1
*
Make sure that there is no case where a signal can occur leaving a partially
Chris Lattner
2002-04-18
1
-0
/
+8
*
s/PrintMethodPass/PrintFunctionPass
Chris Lattner
2002-04-08
1
-1
/
+1
*
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
2002-04-07
1
-1
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-6
/
+6
*
Rename pass to DecomposeMultiDimRefs.
Vikram S. Adve
2002-03-24
1
-3
/
+9
*
* Make all command line arguments static
Chris Lattner
2002-02-26
1
-14
/
+24
*
Trim down makefile, again.
Chris Lattner
2002-02-04
1
-1
/
+1
*
Cut down number of times libraries are included to link a little bit faster
Chris Lattner
2002-02-04
1
-1
/
+1
*
* Remove -noasm option. If we're not compiling, what's the point?
Chris Lattner
2002-02-03
1
-109
/
+27
[next]