- Sep 07, 2006
-
-
Devang Patel authored
Use FunctionPassManager to do the job. llvm-svn: 30160
-
Devang Patel authored
llvm-svn: 30159
-
Devang Patel authored
llvm-svn: 30154
-
Devang Patel authored
llvm-svn: 30153
-
Chris Lattner authored
bugpoint on leopard. llvm-svn: 30150
-
- Sep 06, 2006
-
-
Devang Patel authored
llvm-svn: 30132
-
Devang Patel authored
Add private member function getMoudle(). llvm-svn: 30130
-
Devang Patel authored
used to mangle symbol name, directly. llvm-svn: 30124
-
Devang Patel authored
Untabify. llvm-svn: 30123
-
- Sep 04, 2006
-
-
Chris Lattner authored
Rafael Esp?ndola for pointing this out llvm-svn: 30100
-
Chris Lattner authored
llvm-svn: 30091
-
Chris Lattner authored
using USED_LIBS to specify *libraries* to link against. llvm-svn: 30090
-
Chris Lattner authored
llvm-svn: 30089
-
Chris Lattner authored
llvm-svn: 30088
-
Chris Lattner authored
llvm-svn: 30085
-
Chris Lattner authored
This pass: 1. Splits TargetMachine into TargetMachine (generic targets, can be implemented any way, like the CBE) and LLVMTargetMachine (subclass of TM that is used by things using libcodegen and other support). 2. Instead of having each target fully populate the passmgr for file or JIT output, move all this to common code, and give targets hooks they can implement. 3. Commonalize the target population stuff between file emission and JIT emission. 4. All (native code) codegen stuff now happens in a FunctionPassManager, which paves the way for "fast -O0" stuff in the CFE later, and now LLC could lazily stream .bc files from disk to use less memory. 5. There are now many fewer #includes and the targets don't depend on the scalar xforms or libanalysis anymore (but codegen does). 6. Changing common code generator pass ordering stuff no longer requires touching all targets. 7. The JIT now has the option of "-fast" codegen or normal optimized codegen, which is now orthogonal to the fact that JIT'ing is being done. llvm-svn: 30081
-
Chris Lattner authored
llvm-svn: 30077
-
Chris Lattner authored
llvm-svn: 30076
-
Chris Lattner authored
llvm-svn: 30075
-
- Sep 03, 2006
-
-
Chris Lattner authored
llvm-svn: 30069
-
- Sep 01, 2006
-
-
Anton Korobeynikov authored
- Removed warning about clobbered parameter in Bytecode/Reader llvm-svn: 30026
-
- Aug 30, 2006
-
-
Chris Lattner authored
llvm-svn: 29969
-
- Aug 29, 2006
-
-
Reid Spencer authored
llvm-svn: 29960
-
- Aug 28, 2006
-
-
Chris Lattner authored
llvm-svn: 29941
-
Reid Spencer authored
Close out this long standing bug by removing the remaining overloaded virtual functions in LLVM. The -Woverloaded-virtual option is now turned on. llvm-svn: 29934
-
Chris Lattner authored
llvm-svn: 29925
-
Chris Lattner authored
llvm-svn: 29923
-
Chris Lattner authored
llvm-svn: 29921
-
Chris Lattner authored
llvm-svn: 29919
-
Chris Lattner authored
llvm-svn: 29916
-
Chris Lattner authored
'autodetect .ll files' functionality. llvm-svn: 29915
-
- Aug 25, 2006
-
-
Reid Spencer authored
Remove exception throwing/handling from lib/Bytecode, and adjust its users to compensate for changes in the interface. llvm-svn: 29875
-
Reid Spencer authored
llvm-svn: 29870
-
Reid Spencer authored
llvm-svn: 29869
-
Reid Spencer authored
Remove exception handling from the bytecode archiver and adjust the llvm-ar tool to accommodate the new interfaces. llvm-svn: 29866
-
- Aug 23, 2006
-
-
Nate Begeman authored
llvm-svn: 29851
-
Nate Begeman authored
does emit linkable .o files in very simple cases. llvm-svn: 29850
-
Reid Spencer authored
Final removal of exceptions from lib/System and adjustment of users to accommodate. llvm-svn: 29846
-
Devang Patel authored
llvm-svn: 29844
-
Reid Spencer authored
Eliminate exception throwing from Path::renamePathOnDisk and adjust its users correspondingly. llvm-svn: 29843
-