- 1e8166a Add info about the LLVM_LIB_SEARCH_PATH envvar by Chris Lattner · 22 years ago
- 98abb52 Remove dead makefile code by Chris Lattner · 22 years ago
- 797209d Switch over to using the New CFE on Sparc by Chris Lattner · 22 years ago
- 5047688 * Remove dead hunk of makefile fragment for dealing with sun compiler by Chris Lattner · 22 years ago
- fb311eb Allow llx tests as well by Chris Lattner · 22 years ago
- 6e51bfa Fix a halfway done change to the nightly tester :( by Chris Lattner · 22 years ago
- 2e8be14 Get the nightly tester to detect other kind of testing problems by Chris Lattner · 22 years ago
- d7916e9 switch main LLI core execution to use an InstVisitor instead of a switch statement by Chris Lattner · 22 years ago
- 30ac0c0 Force overwriting the file if it already exists. by Chris Lattner · 22 years ago
- 8240c66 Update column info by Chris Lattner · 22 years ago
- 77113b6 Fix testcase: SingleSource/UnitTests/2003-05-02-DependantPHI.c by Chris Lattner · 22 years ago
- b450b20 Fixed comment. by Joel Stanley · 22 years ago
- fbe3ecd Update out of date comment by Chris Lattner · 22 years ago
- 806cebc Updates to match recent timer updates by Chris Lattner · 22 years ago
- f205fec Add a new info-output-file option (hidden from --help) which is to be used by by Chris Lattner · 22 years ago
- e0d8daa Enable the new C front-end for targets which define LLVMGCCARCH by Chris Lattner · 22 years ago
- 6d10765 Switch over to using the new C front-end by default. by Chris Lattner · 22 years ago
- 6125fdd Add support for function stubs, which allow calling functions which need to by Chris Lattner · 22 years ago
- 70bca51 Add new method to check to see if a global is available by Chris Lattner · 22 years ago
- 992ab56 This blank line has GOT to go. by Chris Lattner · 22 years ago
- e0e7217 Allow const functions by Chris Lattner · 22 years ago
- eccf8d0 Fix bug in last checkin by Chris Lattner · 22 years ago
- fd33fb8 Add methods for stub function generation by Chris Lattner · 22 years ago
- 1f25d88 Add new methods for stub generation by Chris Lattner · 22 years ago
- eb5a93b Minor speedup by avoiding callbacks to functions already generated by Chris Lattner · 22 years ago
- c309a76 Improve efficiency of JIT by having it use direct function calls instead of by Chris Lattner · 22 years ago
- 66a8494 assert early instead of late for unimplemented feature by Chris Lattner · 22 years ago
- b515f6d Add support for Add, Sub, And, Or, & Xor constant exprs by Chris Lattner · 22 years ago
- b167c3c Remvoe testcase that should never be implemented by Chris Lattner · 22 years ago
- 0746c28 New testcase by Chris Lattner · 22 years ago
- eca195e Add support for variable argument functions! by Chris Lattner · 22 years ago
- 18ac3c8 Add support for variable argument functions! by Chris Lattner · 22 years ago
- 374344c Implement varargs support for LLI! by Chris Lattner · 22 years ago
- f88b9a6 Add a pointersize/endianness safe load routine to match the store routine by Chris Lattner · 22 years ago
- da82ed5 A large number of simple changes: by Chris Lattner · 22 years ago
- cdf5178 Add support for recording arguments passed through the ... of a varargs function by Chris Lattner · 22 years ago
- a1a2097 va_start only takes on argument now. by Chris Lattner · 22 years ago
- 27aa094 llvm.va_start only takes on argument now by Chris Lattner · 22 years ago
- c29b125 Update information about the switch instruction by Chris Lattner · 22 years ago
- d9ad5b3 * Add information about LLVM intrinsics by Chris Lattner · 22 years ago
- dd035d1 Add more support for intrinsic functions and for varargs stuff by Chris Lattner · 22 years ago
- 6d95257 Test the whole range of varargs handling stuff by Chris Lattner · 22 years ago
- 4804824 Initial support for intrinsic functions by Chris Lattner · 22 years ago
- eea3543 Initial checkin for LLVM intrinsic functions by Chris Lattner · 22 years ago
- 1d16ec7 Handle va_arg instruction correctly by Chris Lattner · 22 years ago
- 8f77dae Add support for the new va_arg instruction by Chris Lattner · 22 years ago
- 97b315a Add support for the new VarArgInst instruction, reindent some stuff by Chris Lattner · 22 years ago
- fb892e5 Add new VarArgInst class for the va_arg instruction by Chris Lattner · 22 years ago
- c567567 Add support for new va_arg instruction by Chris Lattner · 22 years ago
- 92858ed New testcase by Chris Lattner · 22 years ago
- 8d8f20e Don't inline functions that take variable numbers of arguments! by Chris Lattner · 22 years ago
- 1b27cb7 Remove using decl by Chris Lattner · 22 years ago
- 7b13f56 Remove using declarations by Chris Lattner · 22 years ago
- fd6b30e Added the initial version of the TableGen description for the Sparc backend. by Misha Brukman · 22 years ago
- e7a7ab4 Fixed syntax error (in documentation!): missing parenthesis. by Misha Brukman · 22 years ago
- 700fd49 Grammar fix: `of course' is separated from the sentences by commas on both by Misha Brukman · 22 years ago
- b2abb5a Fix bug: Jello/2003-05-07-ArgumentTest.llx Also fixes yacr2/ks benchmarks by Chris Lattner · 22 years ago
- 761b471 New testcase for problem that is actually generic to all 32 bit LLI targets by Chris Lattner · 22 years ago
- 5cdfbad Add a vector to keep track of which registers are allocatable. Remove FIXMEs by Chris Lattner · 22 years ago
- 8a88563 Add comments, add a vector to keep track of which registers are allocatable by Chris Lattner · 22 years ago
- c248903 IMPLICIT_DEF was not the beautiful elegant solution I thought it was going by Chris Lattner · 22 years ago
- dff780f Re-add gross hack, it's still necessary. :( by Chris Lattner · 22 years ago
- 82a4d20 Remove hideously nasty hack by Chris Lattner · 22 years ago
- dbd7372 Emit pseudo instructions to indicate that some registers are live on entrance by Chris Lattner · 22 years ago
- 9dedbcc Don't have a cow with new pseudo instructions by Chris Lattner · 22 years ago
- eab4934 Add two new pseudo instructions by Chris Lattner · 22 years ago
- 8bde96f Add a new open project by Chris Lattner · 22 years ago
- 7c87e40 New testcase distilled from the fhourstones benchmark by Chris Lattner · 22 years ago
- fb46e3c Make sure to compiel the LowerSwitch tests by Chris Lattner · 22 years ago
- 6a4e634 Fix memory corruption problem by Chris Lattner · 22 years ago
- 15b55e2 Debug output should go to cerr, not cout, because that's where bytecode goes. by Misha Brukman · 22 years ago
- c472d7c New testcase by Chris Lattner · 22 years ago
- 84e6665 Fix bug: UnitTests/2003-05-02-DependantPHI.c Fix testcase MultiSource/Ptrdist-ks by Chris Lattner · 22 years ago
- 577385e Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll by Chris Lattner · 22 years ago
- bc8e9c6 Fix miscompilation found in Fhourstones by bugpoint by Chris Lattner · 22 years ago
- 1d06fbe It's 'separate'. The 'i.e.' is kinda nit-picking, but think of it this way: by Misha Brukman · 22 years ago
- f479be5 Make a comment more accurate by Chris Lattner · 22 years ago
- cc876a7 Add support for debugging miscompilations with the use of the JIT or CBE! by Chris Lattner · 22 years ago
- fb74224 Bugpoint is always verbose, eliminate option by Chris Lattner · 22 years ago
- edd8ce1 * Eliminate using decls by Chris Lattner · 22 years ago
- 25f088e Fix buggy tests by Chris Lattner · 22 years ago
- 48196b3 The Hyphenation-Adding Committee is now in session. by Misha Brukman · 22 years ago
- c8b2731 The Grammar Police is out on patrol. by Misha Brukman · 22 years ago
- 2d39909 Attempt to fix sumant's typesafety issue by Chris Lattner · 22 years ago
- e96fda3 Fix spelling by Chris Lattner · 22 years ago
- b589bf7 Fix a bug which occurred with empty basic blocks by Chris Lattner · 22 years ago
- 590607b Add an instcombine pass before levelraise by Chris Lattner · 22 years ago
- 20af322 Fix Bug: LowerSwitch/2003-05-01-PHIProblem.ll by Chris Lattner · 22 years ago
- 3d73c70 Reduce testcase a bit by Chris Lattner · 22 years ago
- 215f0b7 New testcase for the lowerswitch pass by Chris Lattner · 22 years ago
- f98358e Minor cleanup by Chris Lattner · 22 years ago
- cdeb81d Fix bug: LevelRaise/2003-05-01-CallCast.ll by Chris Lattner · 22 years ago
- 8d248c5 New testcase: do not "raise" a call that is not through a function pointer! by Chris Lattner · 22 years ago
- 5ff7ef5 Eliminate use of NonCopyable so that doxygen documentation doesn't link by Chris Lattner · 22 years ago
- 3f2ec39 Fix another case where constexprs could cause a crash by Chris Lattner · 22 years ago
- fe32e0c Fix constant folding of constexprs by Chris Lattner · 22 years ago
- 99df25f Remove implemented project, add a new one by Chris Lattner · 22 years ago
- 6849272 Add a new option to disable stripping of bytecode files by Chris Lattner · 22 years ago
- 9554928 Create constant expression casts instead of constant instructions if possible by Chris Lattner · 22 years ago
- 1fd95af Fix several bugs: by Chris Lattner · 22 years ago