aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* reimplement dfs number computation to be significantly faster. This speeds upChris Lattner2007-08-083-57/+42
* First round of cleanups from Chris' feedback.Owen Anderson2007-08-081-51/+58
* - Each val# can have multiple kills.Evan Cheng2007-08-084-30/+31
* Embrace patch review feedback.Devang Patel2007-08-081-23/+23
* Remove a dead assertion.Evan Cheng2007-08-081-1/+0
* - LiveInterval value#'s now have 3 components: def instruction #,Evan Cheng2007-08-074-41/+58
* Fix new compare instruction's signness. Caught by Chris during review.Devang Patel2007-08-071-5/+7
* Fix comment.Devang Patel2007-08-071-1/+2
* Don't insert nearly as many redundant phi nodes.Owen Anderson2007-08-071-2/+25
* Fix spelling of mtvscr and mfvscr.Dale Johannesen2007-08-071-2/+2
* Long double patch 8 of N: make it partially work inDale Johannesen2007-08-073-100/+100
* Who thought up this crazy formatting scheme?Reid Spencer2007-08-071-83/+23
* Okay, over/back tags don't next.Reid Spencer2007-08-071-9/+29
* Use eraseFromParent().Devang Patel2007-08-071-4/+2
* Try an indent level for better formatting.Reid Spencer2007-08-071-6/+12
* Add the code generation options.Reid Spencer2007-08-071-0/+119
* Make this code more efficientDavid Greene2007-08-071-4/+5
* Fix comment typoDavid Greene2007-08-071-1/+1
* Fix GLIBCXX_DEBUG error triggered by incrementing erased iterator.David Greene2007-08-071-4/+4
* Add a missing forward declaration.David Greene2007-08-071-0/+1
* Rearrange options into sections and add the last floating point related option.Reid Spencer2007-08-071-14/+32
* Add the -disable-excess-fp-precision option.Reid Spencer2007-08-071-0/+4
* Add another missing option.Reid Spencer2007-08-071-0/+5
* Add some more missing options.Reid Spencer2007-08-071-2/+12
* Remove the -f option which is no longer supported, but add the -fake-argv0Reid Spencer2007-08-071-5/+2
* Describe the global/local naming convention.Reid Spencer2007-08-071-11/+13
* Add reference to problem report.Nick Lewycky2007-08-071-0/+1
* Initial JIT support for ARM by Raul Fernandes Herbster.Evan Cheng2007-08-079-275/+889
* Long double patch 7 of N, unless I lost count:). Dale Johannesen2007-08-073-1/+37
* Get rid of unnecessary #include.Owen Anderson2007-08-071-1/+0
* Clean up a bunch of caching stuff in memdep. This reduces the time to run GVNOwen Anderson2007-08-072-27/+41
* Begin loop index split pass.Devang Patel2007-08-073-0/+391
* Improve the accuracy of memdep for determining the dependencies of loads.Owen Anderson2007-08-061-2/+13
* Replace 4-line function with 10-line version per review comment.Dale Johannesen2007-08-061-4/+10
* remove #if 0 code.Chris Lattner2007-08-061-16/+2
* remove #if 0 code.Chris Lattner2007-08-061-14/+0
* Move lengthy conditional down 1 level per review comment.Dale Johannesen2007-08-062-5/+6
* Get X86 long double calling convention to workDale Johannesen2007-08-064-3/+34
* regenerateChris Lattner2007-08-063-4748/+3438
* Fix PR1577, a crash on invalid bug.Chris Lattner2007-08-062-0/+8
* This resolves a regression of BasicAA which failed to find any memory informa...Chandler Carruth2007-08-063-6/+42
* This fixes resizing issues with BitVectors. It ensures that the BitWord type ...Chandler Carruth2007-08-061-11/+26
* It's safe to fold not of fcmp.Nick Lewycky2007-08-062-3/+18
* Fix the dates on these tests. It's not September yet. Thanks Reid!Nick Lewycky2007-08-062-0/+0
* Make 80-bit store maintain simulated FP stack correctly.Dale Johannesen2007-08-061-1/+2
* Let scalar-evolution analyze loops with an unsigned comparison for the exitNick Lewycky2007-08-062-17/+64
* Don't assume it's safe to transform a loop just because it's dominated by anyNick Lewycky2007-08-062-1/+19
* @verbatim needs to be on a line by itself.Reid Spencer2007-08-061-1/+3
* Fix a regression compiling 2005-05-11-Popcount-ffs-fls with the CBE,Chris Lattner2007-08-061-1/+1
* Implement review feedback. No functionality change.Christopher Lamb2007-08-062-138/+153