- e63fc8b implement method by Chris Lattner · 22 years ago
- 38f0eba Use the new method, though noone currently implements it any better than before by Chris Lattner · 22 years ago
- 18cb4c3 add two new virtual functions: by Chris Lattner · 22 years ago
- c19aade Finegrainify namespacification by Chris Lattner · 22 years ago
- 0c82ee7 Makefile updates contributed by Reid by Chris Lattner · 22 years ago
- 296b2e6 New bug by Chris Lattner · 22 years ago
- c99ba9f `effect' is the noun, `affect' is the verb. by Misha Brukman · 22 years ago
- e11700b New testcase for PR165 by Chris Lattner · 22 years ago
- 8a0b924 Add note about sucky suse compiler by Chris Lattner · 22 years ago
- 7152da3 Cleanup and restructure the code to make it easier to read and maintain. by Chris Lattner · 22 years ago
- 63c08be New testcase, this should be -tailcallelim'inated by Chris Lattner · 22 years ago
- a08bca9 Since ssaification of the varargs builtings, the vaarg instruction no longer by Chris Lattner · 22 years ago
- 4768dc5 Regenerated using autoheader-2.57 by Brian Gaeke · 22 years ago
- de9750d Bugpoint had appalingly bad grammar. Fix some of it. by Chris Lattner · 22 years ago
- 1b74716 Do not leave a bunch of crud lying around by Chris Lattner · 22 years ago
- 1dcf7bc It is now after pldi. This issue has been fixed, so remove the hack by Chris Lattner · 22 years ago
- eb12cd6 Implement RaiseAllocations/FreeCastConstantExpr.ll by Chris Lattner · 22 years ago
- 120fb19 New testcase that the raiseallocations pass should be able to handle. by Chris Lattner · 22 years ago
- 67b1e1b * Finegrainify namespacification by Chris Lattner · 22 years ago
- eae45cf The recalclulate method was a nasty hack that was once used by the -cee pass, by Chris Lattner · 22 years ago
- 16addf8 Completely rewrite domset, idom, and domtree implementation. Now it is based by Chris Lattner · 22 years ago
- 31b9353 Rewrite dominators implementation. Now domset is constructed from immdom, by Chris Lattner · 22 years ago
- cd7c287 Finegrainify namespacification by Chris Lattner · 22 years ago
- 677d027 Move this method out of the generic dominators calculation code by Chris Lattner · 22 years ago
- 57bd796 New command line parsing. This isn't as perfect as I would have liked. The CommandLine Library needs to be extended, in order to parse the options and allow for optional dashes. In addition, the help option isn't correct since I do the parsing mostly myself. But this is in the ocorrect ar format. by Tanya Lattner · 22 years ago
- d180300 Stop using the -fshort-enum compile option by Chris Lattner · 22 years ago
- 7fcfac0 Fix awkward wording by Chris Lattner · 22 years ago
- a509996 Cleanup the release notes in preparation for the release. by Chris Lattner · 22 years ago
- 5f268f7 Add check for pthread_mutex_lock() in -lpthread (or otherwise). by Brian Gaeke · 22 years ago
- a327e7f Make assertion stricter. Since the source operands are allocated at by Alkis Evlogimenos · 22 years ago
- 49787e3 Fix bug in register spilling when a preallocated live range overlaps a by Alkis Evlogimenos · 22 years ago
- b27ef24 Move operator<<(std::ostream&, const LiveInterval&) out of the header file. by Alkis Evlogimenos · 22 years ago
- 91ceae6 Sort live intervals by increasing start point. by Alkis Evlogimenos · 22 years ago
- 69546d5 Improve debugging output and clean up some code. by Alkis Evlogimenos · 22 years ago
- d866473 Finegrainify namespacification by Chris Lattner · 22 years ago
- 59e47e3 Lock abstraction, introduced with a view toward making the JIT thread-safe. by Brian Gaeke · 22 years ago
- a8df7bd Make stripped-bytecode a recursive target by Chris Lattner · 22 years ago
- 7f5dbcc Add new block number by Chris Lattner · 22 years ago
- 8d1dbd2 Emit & read more compressed bytecode by not emitting a bytecodeblock for by Chris Lattner · 22 years ago
- d540e2c Remove unused enum value by Chris Lattner · 22 years ago
- ac5d96b This may fix the "0 dirs" stuff we get in the nightly tests when they are by Brian Gaeke · 22 years ago
- 786a518 Add some "useful" methods by Chris Lattner · 22 years ago
- 9b52770 Add an option to enable the SSA based peephole optimizer. by Chris Lattner · 22 years ago
- 4537076 Add a new SSA-based peephole optimizer which includes copy propagation and by Chris Lattner · 22 years ago
- f2d2925 generalize the instruction types permitted a bit by Chris Lattner · 22 years ago
- 832e250 fix broken link by Chris Lattner · 22 years ago
- 5858707 Print instructions before register allocation is performed. Also fix by Alkis Evlogimenos · 22 years ago
- 9ca419e add missing dependency by Chris Lattner · 22 years ago
- e1cc79f Finegrainify namespacification by Chris Lattner · 22 years ago
- 8522e38 A line was missing by Chris Lattner · 22 years ago
- 99d1a8f Remove "numReloaded" statistic. by Alkis Evlogimenos · 22 years ago
- 2c0a6a1 Emit constants to one contiguous block, but this time, respect alignment constraints. by Chris Lattner · 22 years ago
- 91de352 Go back to allocating memory for each constant separately. Since SPARCs do not by Misha Brukman · 22 years ago
- 043b972 be 3.4 happy by Chris Lattner · 22 years ago
- f17072b be GCC 3.4 clean by Chris Lattner · 22 years ago
- d2aa7b8 Hrm, how could this compile? by Chris Lattner · 22 years ago
- 9e6f686 Fix compatibility with gcc 3.4 by Chris Lattner · 22 years ago
- f168b75 Build _lib_crtend.a, not crtend.a by Chris Lattner · 22 years ago
- 53005b0 Don't print out tons of crap by Chris Lattner · 22 years ago
- ef1835d Rewrite makefile logic to build an archive instead of a .o file. This is by Chris Lattner · 22 years ago
- eefa3d3 Simplify some rules Move LGCCLDPROG from test/Makefile.tests by Chris Lattner · 22 years ago
- f6968f3 Move rule to top-level makefile by Chris Lattner · 22 years ago
- e893d64 Add readme and spiff up makefile header by Chris Lattner · 22 years ago
- b895fb0 Testcase for duplicated cleanup work (PR11). Note that this testcase is not actually by Chris Lattner · 22 years ago
- 3607f4d Fix test: Transforms/LevelRaise/2003-11-28-IllegalTypeConversion.ll by Chris Lattner · 22 years ago
- 7219a21 new testcase for problem causing 2003-10-12-GlobalVarInitializers failures by Chris Lattner · 22 years ago
- 548e813 The function resolving pass must be run, even if -disable-opt is specified by Chris Lattner · 22 years ago
- 6cc8ca9 * The return value of LinkLibraries is ignored, so remove it. by Chris Lattner · 22 years ago
- d423fb5 fix gcc 3.4 compatibility problem by Chris Lattner · 22 years ago
- f095db1 Testcase for PR160 by Chris Lattner · 22 years ago
- 2bc9988 New testcase for PR158 by Chris Lattner · 22 years ago
- d8db4eb Fix grammaro by Chris Lattner · 22 years ago
- 1f80115 testcase for PR159 by Chris Lattner · 22 years ago
- f5e25aa PR11 is now fixed for 1.1! by Chris Lattner · 22 years ago
- 3074b34 PR11 is now fixed for 1.1 by Chris Lattner · 22 years ago
- 35976d9 * Squelch warning on Sun by Chris Lattner · 22 years ago
- f2ec35b Makefiles are now copies over to the object root directory dynamically. by John Criswell · 22 years ago
- 1b4fb5a Renamed intermediate values that used the same type and name as previous by John Criswell · 22 years ago
- f733073 Bugz die! by Chris Lattner · 22 years ago
- 7dd9334 Testcase for PR157 by Chris Lattner · 22 years ago
- 4257098 To not barf when an error occurs. by Chris Lattner · 22 years ago
- 5b26658 Boogs by Chris Lattner · 22 years ago
- 676c255 More dead boogers by Chris Lattner · 22 years ago
- 4f7e173 output foo(void) as appropriate by Chris Lattner · 22 years ago
- bc771c5 Fix bug in previous checkin by Chris Lattner · 22 years ago
- 009900b Fixed a small grammatical error. by John Criswell · 22 years ago
- d85cbe8 Fix const correctness by Chris Lattner · 22 years ago
- b9da9c1 Relax constrains on GEP type indexes by Chris Lattner · 22 years ago
- 6c7901b It is legal to index into sequential types with any integer by Chris Lattner · 22 years ago
- be883a2 Do not use index type to determine what it is indexing into! by Chris Lattner · 22 years ago
- 23e9070 Do not depend on the gep index types to determine what flavor of index it is by Chris Lattner · 22 years ago
- 4af6de8 Do not depend on structure elements being of type UByteTy by Chris Lattner · 22 years ago
- 9b3b5de Adjusted the projects Makefile so that it picks up the name of projects by John Criswell · 22 years ago
- 33a911a Configure all project directories contained in llvm/projects. by John Criswell · 22 years ago
- fa3711a Do not depend on index type to determine whether it is a structure or sequential index by Chris Lattner · 22 years ago
- c4c6b9e Work with gepi's and constant exprs. Also, add versions of iterator ctors that take references by Chris Lattner · 22 years ago
- 9d7c9ea Fix file header by Chris Lattner · 22 years ago
- b66214c Remove dead variable by Chris Lattner · 22 years ago
- 1af55e1 Use gep_type_begin/end instead of looking for ubytes by Chris Lattner · 22 years ago
- bf6b5d0 Configure script for ModuleMaker. by John Criswell · 22 years ago