index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2004-07-16
Fix grammar.
Misha Brukman
2004-07-16
Add convinience constructor for function calls with two args.
Alkis Evlogimenos
2004-07-16
Add a class for pseudo-instructions. Use it.
Brian Gaeke
2004-07-16
Add what will eventually be the TSFlags. Big switch(opcode) statements are bad.
Brian Gaeke
2004-07-16
Add special handling for pseudo-instructions (print them as comments).
Brian Gaeke
2004-07-16
Add to-do list.
Brian Gaeke
2004-07-16
Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.
Brian Gaeke
2004-07-16
The powerpc is now gone. However it is now just known as the Skeleton target.
Chris Lattner
2004-07-16
Build the skeleton target
Chris Lattner
2004-07-16
Initial checkin of the rest of the skeleton target
Chris Lattner
2004-07-16
Initial skeleton tablegen files
Chris Lattner
2004-07-16
Add skeleton makefile
Chris Lattner
2004-07-16
Initial readme
Chris Lattner
2004-07-16
Fix the regressions handling unnamed global variables
Chris Lattner
2004-07-16
IA64 compat
Chris Lattner
2004-07-16
Fix IA64 compatibility
Chris Lattner
2004-07-16
Use new macro
Chris Lattner
2004-07-16
Be compatible with IA64
Chris Lattner
2004-07-15
This patch was contributed by Daniel Berlin!
Chris Lattner
2004-07-15
Fix PR404 try #2
Chris Lattner
2004-07-15
Nuke a clearly bogus assertion
Chris Lattner
2004-07-15
Revert previous patch until I get a bug fixed
Chris Lattner
2004-07-15
Fix PR404: Loop simplify is really slow on 252.eon
Chris Lattner
2004-07-15
Fixes for PR341
Chris Lattner
2004-07-15
Fixes for PR341
Chris Lattner
2004-07-15
Fix for PR341
Chris Lattner
2004-07-15
Revert stuff that I didn't mean to checkin
Chris Lattner
2004-07-15
Fixes for PR341
Chris Lattner
2004-07-15
Fix for PR341
Chris Lattner
2004-07-15
Patches towards fixing PR341
Chris Lattner
2004-07-15
Progress on PR341
Chris Lattner
2004-07-15
Fixes working towards PR341
Chris Lattner
2004-07-15
Bug fixes for PR341
Chris Lattner
2004-07-15
Implement folding of expressions like 'uint cast (int* getelementptr (int*
Chris Lattner
2004-07-15
Now that we codegen the portable "sizeof" efficiently, we can use it for
Chris Lattner
2004-07-15
Improve codegen for the LLVM offsetof/sizeof "operator". Before we compiled
Chris Lattner
2004-07-14
This is logically part of the last patch. Just more really horrible code
Chris Lattner
2004-07-14
** Finally DeclareNewGlobalValue is dead!
Chris Lattner
2004-07-14
* Fairly substantial change. Instead of creating new globalvariables, then
Chris Lattner
2004-07-14
Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing us
Chris Lattner
2004-07-14
Actually set the endian/pointersize flags on the module being read in!
Brian Gaeke
2004-07-14
Simplify logic.
Chris Lattner
2004-07-14
Fix a regression from last night. Apparently the CFE is broken and outputs
Chris Lattner
2004-07-14
Make sure MTSPR instruction is inserted into the BasicBlock
Misha Brukman
2004-07-14
Implement new helper methods for creating two-index GEP instructions
Chris Lattner
2004-07-14
Don't define the same register twice when loading a ConstantPointerRef to a reg
Misha Brukman
2004-07-14
* Fix multiplication by powers of two and otherwise
Misha Brukman
2004-07-14
Pull out code shared between GV forward-decl and definition processing.
Chris Lattner
2004-07-14
Simplify code. Do not allow functions to be redefined more than once.
Chris Lattner
2004-07-14
Remove a gross and crufty "feature" that was never documented and doesn't work.
Chris Lattner
[next]