aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Implement PR2298. This transforms:Chris Lattner2008-05-091-0/+13
* restore doxygen comment.Chris Lattner2008-05-091-17/+16
* Check for validity of aliasee pointer before dereference.Anton Korobeynikov2008-05-081-1/+3
* Use movq to move low half of XMM register and zero-extend the rest.Evan Cheng2008-05-081-1/+2
* conservatively say that volatile stores read memory.Chris Lattner2008-05-081-2/+3
* store can't read from memory.Chris Lattner2008-05-081-1/+0
* Remove dead return. Thanks to Bill for the review!Chris Lattner2008-05-081-2/+0
* Improve pass documentation and comments.Gordon Henriksen2008-05-085-26/+38
* More than just loads can read from memory: readonly calls like strlenChris Lattner2008-05-081-4/+4
* Make instcombine's DSE respect loads as well as stores. It is not safe toChris Lattner2008-05-081-1/+1
* add a new Instruction::mayReadFromMemory predicate, makeChris Lattner2008-05-081-2/+19
* Check linkage.Devang Patel2008-05-081-1/+1
* Get exception handling working again on 64 bitDuncan Sands2008-05-081-1/+2
* Add support for constant folding the 'offsetof' pattern even if theChris Lattner2008-05-081-16/+23
* Handle vector move / load which zero the destination register top bits (i.e. ...Evan Cheng2008-05-085-144/+158
* Turn StripPointerCast() into a methodAnton Korobeynikov2008-05-077-37/+34
* Add a new LibCallAliasAnalysis pass, which is parameterizedChris Lattner2008-05-071-0/+169
* Output correct exception handling and frame infoDuncan Sands2008-05-073-54/+49
* Add a new interface for describing the behavior of library calls. ThisChris Lattner2008-05-071-0/+65
* Yet another nasty spiller bug.Evan Cheng2008-05-071-14/+19
* Fix a bug in the ComputeMaskedBits logic for multiply.Dan Gohman2008-05-072-4/+4
* If weak GlobalVariable was bitcast'ed to different type during linkingAnton Korobeynikov2008-05-061-1/+1
* Make StripPointerCast a common function (should we mak it method of Value ins...Anton Korobeynikov2008-05-067-37/+37
* We need to update PHIs containing the exiting block, not the exit block. We ...Owen Anderson2008-05-061-3/+8
* Fix typo.Devang Patel2008-05-061-1/+1
* Fix typo and indentation.Nick Lewycky2008-05-061-2/+2
* Fix renamePathOnDisk on Win32, patch from David Leon. This fixes problems withNick Lewycky2008-05-061-1/+1
* fix typo Duncan noticedChris Lattner2008-05-061-1/+1
* Match things like 'armv5tejl-unknown-linux-gnu' for PR2290Chris Lattner2008-05-061-1/+2
* Make several variable declarations static.Dan Gohman2008-05-0617-34/+36
* Remove uses of llvm/System/IncludeFile.h that are no longer needed.Dan Gohman2008-05-0615-38/+0
* Instead of enumerating each opcode that isn't handled thatDan Gohman2008-05-061-11/+1
* Correct the value of LowBits in srem and urem handling inDan Gohman2008-05-062-9/+9
* Fix a broken doxygen comment, and reword it for clarity.Dan Gohman2008-05-061-2/+3
* add a micro optzn.Chris Lattner2008-05-051-0/+18
* Improved generated code for atomic operatorsMon P Wang2008-05-051-16/+16
* Code clean up. No functionality change.Evan Cheng2008-05-051-20/+21
* Fix: Some classes were derived from a class in an anonymous namespace, but theyBill Wendling2008-05-051-0/+2
* Fix a crash when threading a block that includes a MRV call result.Chris Lattner2008-05-051-4/+19
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-0510-47/+421
* Fix IsLinux being uninitialized on non-Linux targets.Dan Gohman2008-05-051-0/+1
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-0512-48/+52
* Fix 80col violationAnton Korobeynikov2008-05-051-1/+1
* Fix a bug in the ELF writer that caused it to produce malformedDan Gohman2008-05-051-1/+1
* Use a dedicated IsLinux flag instead of an ELFLinux TargetType.Dan Gohman2008-05-053-10/+15
* Add AsmPrinter support for emitting a directive to declare thatDan Gohman2008-05-055-2/+25
* Add General Dynamic TLS model for X86-64. Some parts looks really ugly (look ...Anton Korobeynikov2008-05-044-16/+62
* regenerateChris Lattner2008-05-042-1466/+1432
* Use (void) instead of () in C code.Gordon Henriksen2008-05-041-14/+14
* Select vector shift with non-immediate i32 shift amount operand by first movi...Evan Cheng2008-05-041-1/+90