aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Path::get -> Path::toStringReid Spencer2004-12-1115-75/+92
* Implement SCCP/ipsccp-conditional.ll, by totally deleting dead blocks.Chris Lattner2004-12-101-2/+29
* Fix SCCP/2004-12-10-UndefBranchBug.llChris Lattner2004-12-101-3/+51
* Make sure to link the target-triple as well, so it ends up in the .llvm.bc fileChris Lattner2004-12-101-1/+6
* Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFGCrash.ll,Chris Lattner2004-12-101-14/+13
* Move -lowerselect later in the chain; some select instructions wereBrian Gaeke2004-12-102-12/+12
* Add the rest of the multiply instructions.Brian Gaeke2004-12-102-4/+16
* Support binary operations with immediates for <= cInt.Brian Gaeke2004-12-102-8/+46
* Update lists of failing benchmarks (except C++...something is theBrian Gaeke2004-12-102-4/+2
* This is the initial implementation of IPSCCP, as requested by Brian.Chris Lattner2004-12-101-63/+273
* Emit correct prototype for __builtin_alloca on V8.Brian Gaeke2004-12-102-2/+16
* Fix writer to properly quote label names when they don't containAlkis Evlogimenos2004-12-101-3/+7
* Do not allow empty label names.Alkis Evlogimenos2004-12-101-1/+1
* Implement test/Feature/escaped_label.llChris Lattner2004-12-101-0/+7
* Add SparcV8 target back into the buildBrian Gaeke2004-12-101-1/+1
* Adjust paths: Sparc/V8 --> SparcV8Brian Gaeke2004-12-104-6/+6
* Make this file self-contained.Brian Gaeke2004-12-102-2/+124
* Update list of failing MultiSource benchmarks. It works out to +5 -5, but IBrian Gaeke2004-12-102-14/+14
* When FpMOVDs appeared in pairs, we were mistakenly skipping over the latter ofBrian Gaeke2004-12-102-2/+6
* We're continuing to make progress on MultiSource.Brian Gaeke2004-12-092-10/+34
* Bytes and shorts are aligned differently from words.Brian Gaeke2004-12-092-2/+2
* Fix asm-printing directives (how did we not see this before...apparently,Brian Gaeke2004-12-092-6/+6
* note to self: Do not check in debugging code!Chris Lattner2004-12-091-1/+0
* Implement trivial sinking for load instructions. This causes us to sink 567 ...Chris Lattner2004-12-091-1/+11
* Remove a dead field, make the map go to integer type ID to hash better andChris Lattner2004-12-092-17/+12
* Fix residual Visual Studio build problemsJeff Cohen2004-12-092-22/+14
* Remove #include inadvertently addedChris Lattner2004-12-091-2/+0
* Eliminate this ugly hack. This was put back in when replaceAllUsesOf usedChris Lattner2004-12-091-30/+6
* Add testcase and fix for yet another case where we query the size anAlkis Evlogimenos2004-12-081-9/+11
* Do extremely simple sinking of instructions when they are only used in aChris Lattner2004-12-081-1/+52
* Add testcase and fix for another case where we query the size anAlkis Evlogimenos2004-12-081-7/+12
* Fix this regression and remove the XFAIL from this test.Alkis Evlogimenos2004-12-081-3/+5
* Fix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.llChris Lattner2004-12-081-1/+2
* Move method out of line for better ICC supportChris Lattner2004-12-081-0/+11
* Properly extern this.Chris Lattner2004-12-081-1/+3
* Turn this error back into a warning, fixing the povray regressionChris Lattner2004-12-081-2/+2
* Work correctly with MSVC and ICC, patch contributed by Bjørn WennbergChris Lattner2004-12-081-4/+4
* Work correctly with ICC, Patch contributed by Bjørn WennbergChris Lattner2004-12-081-8/+16
* Add support for compilers with arg dependent name lookup, contributed byChris Lattner2004-12-081-1/+2
* Add support for compilers without argument dependent name lookup, contributedChris Lattner2004-12-081-1/+1
* Make this work with the ICC compiler, contributed by Bjørn WennbergChris Lattner2004-12-081-0/+1
* Remove unneeded class qualifier, contributed by Bjørn WennbergChris Lattner2004-12-081-1/+1
* Revert this disgusting hack, John has a much nicer solutionChris Lattner2004-12-081-23/+0
* Add a disgusting hack to work around a libstdc++ issue. This code shouldChris Lattner2004-12-081-0/+23
* For PR387:\Reid Spencer2004-12-071-0/+3
* For PR387:\Reid Spencer2004-12-074-0/+12
* Revert the recent patches to "fix" ConstantFP::isValueValidForType. NoneReid Spencer2004-12-071-5/+1
* Provide a missing header file.Reid Spencer2004-12-071-0/+1
* Fix some comments.Reid Spencer2004-12-071-1/+2
* Fix check for valid floats. Also use and HUGE_VALF insteadAlkis Evlogimenos2004-12-071-10/+1