Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
a51e4f63015b59b05dd0be5a1987bdfd074bb267
/
lib
a51e4f6
Fix infinite loop
by Chris Lattner
· 21 years ago
e95ff9a
Remove an if statement that would never be reached.
by Reid Spencer
· 21 years ago
c88920d
Delete a redundant if branch.
by Reid Spencer
· 21 years ago
c3c2fdf
Expand the coercion of constants to include the newly constant Globals.
by Reid Spencer
· 21 years ago
5f0eb64
Delete a no-op loop.
by Reid Spencer
· 21 years ago
c3c92d8
Expand the scope to include global values because they are now constants too.
by Reid Spencer
· 21 years ago
3188cab
Avoid an unnecessary isa<Constant>.
by Reid Spencer
· 21 years ago
da6cdfa
Fix infinite loop gccld'ing povray
by Chris Lattner
· 21 years ago
67910e1
CPR Fixes
by Chris Lattner
· 21 years ago
7330248
CPR fixes
by Chris Lattner
· 21 years ago
25c6d68
Remove useless statistic, fix some slightly broken logic
by Chris Lattner
· 21 years ago
5827aeb
Fix a rather serious bug in previous checkin
by Chris Lattner
· 21 years ago
acc9280
Shrink some code.
by Reid Spencer
· 21 years ago
518310c
bug 122: - Replace ConstantPointerRef usage with GlobalValue usage
by Reid Spencer
· 21 years ago
40cf2f9
bug 122:
by Reid Spencer
· 21 years ago
8863f18
bug 122:
by Reid Spencer
· 21 years ago
2786542
bug 122: - Correct isa<Constant> for GlobalValue subclass
by Reid Spencer
· 21 years ago
460f16c
bug 122: - Minimize redundant isa<GlobalValue> usage
by Reid Spencer
· 21 years ago
21cb67e
bug 122:
by Reid Spencer
· 21 years ago
48dc46a
bug 122:
by Reid Spencer
· 21 years ago
0c4a041
bug 122:
by Reid Spencer
· 21 years ago
3178158
bug 122: - Excise dead CPR procesing.
by Reid Spencer
· 21 years ago
d02fccf
bug 122:
by Reid Spencer
· 21 years ago
e840434
bug 122:
by Reid Spencer
· 21 years ago
e0125b6
bug 122: - Correct ordering of tests because for GlobalValue isa Constant
by Reid Spencer
· 21 years ago
89fc0e3
User ValueListTy as the type of the ValueList. This avoides the ValueList
by Reid Spencer
· 21 years ago
a86037e
bug 122:
by Reid Spencer
· 21 years ago
3c90f9f
bug 122:
by Reid Spencer
· 21 years ago
3271ed5
bug 122:
by Reid Spencer
· 21 years ago
e253cf6
bug 122:
by Reid Spencer
· 21 years ago
a31fdda
bug 122:
by Reid Spencer
· 21 years ago
38696d2
bug 122: - Correct an assert to not have redundant isa<GlobalValue>
by Reid Spencer
· 21 years ago
4ec2e4c
bug 122: - Correct isa<Constant> for GlobalValue subclass
by Reid Spencer
· 21 years ago
ffe77d3
bug 122:
by Reid Spencer
· 21 years ago
0f7eea5
bug 122: - Module doesn't need to manage ConstantPointerRefs any more.
by Reid Spencer
· 21 years ago
00dc479
bug 122:
by Reid Spencer
· 21 years ago
bb90515
bug 122: - Move GlobalValue and GlobalVariable implementations to Globals.cpp
by Reid Spencer
· 21 years ago
1c9c8e6
bug 122:
by Reid Spencer
· 21 years ago
7970396
bug 122:
by Reid Spencer
· 21 years ago
e1b9536
It looks like physref->virtreg joining is working fine. Enable it by default
by Chris Lattner
· 21 years ago
42df461
Make sure to emit the immediate byte for instructions like: shrd [mem], reg, imm
by Chris Lattner
· 21 years ago
3b5e6e5
Reserve the correct amt of space.
by Chris Lattner
· 21 years ago
a57b76f
We don't really need to #include IPO.h into this file.
by Misha Brukman
· 21 years ago
cb19d67
Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information
by Chris Lattner
· 21 years ago
ad48cc7
Print modref information in a useful way.
by Chris Lattner
· 21 years ago
0e872cb
Cleanups: fold two loops into one
by Chris Lattner
· 21 years ago
bebde75
* Use LI(S) to copy constants into registers intead of ADDI(S) as the latter is
by Misha Brukman
· 21 years ago
af7f28c
* Store all non-volatile int registers R13-31 on the stack, restore on exit
by Misha Brukman
· 21 years ago
be15f67
Fix code formatting
by Misha Brukman
· 21 years ago
01d46e9
Implement PowerPCInstrInfo::isMoveInstr(), patch by Nate Begeman
by Misha Brukman
· 21 years ago
6b4ea88
Add prototype for TargetInstrInfo::isMoveInstr()
by Misha Brukman
· 21 years ago
86fd274
* Enable allocation of registers r2-r10
by Misha Brukman
· 21 years ago
2bf5438
Add IMPLICIT_DEFS pseudo-instruction; patch by: Nate Begeman
by Misha Brukman
· 21 years ago
039ba76
The generated instruction selector isn't (yet) functional
by Misha Brukman
· 21 years ago
da2b13f
* Output non-lazy linking stubs for external global variables
by Misha Brukman
· 21 years ago
b3998ec
Correctly build shared objects on MacOS X for debugging code generators
by Misha Brukman
· 21 years ago
6f14ad1
Define double alignment as 8 bytes now that assert(DoubleAlignment == PointerSize)
by Misha Brukman
· 21 years ago
29188c6
* Add spaces between words and numbers in comments printed out for longs/floats
by Misha Brukman
· 21 years ago
29baf29
Fix grammar.
by Misha Brukman
· 21 years ago
8e9b219
Add convinience constructor for function calls with two args.
by Alkis Evlogimenos
· 21 years ago
7c4676f
Add a class for pseudo-instructions. Use it.
by Brian Gaeke
· 21 years ago
7d7ac63
Add what will eventually be the TSFlags. Big switch(opcode) statements are bad.
by Brian Gaeke
· 21 years ago
d303a20
Add special handling for pseudo-instructions (print them as comments).
by Brian Gaeke
· 21 years ago
22b5cd8
Add to-do list.
by Brian Gaeke
· 21 years ago
812c488
Do IMPLICIT_DEFs on incoming args' hard regs, to avoid confusing the regalloc.
by Brian Gaeke
· 21 years ago
81d5446
The powerpc is now gone. However it is now just known as the Skeleton target.
by Chris Lattner
· 21 years ago
9404cce
Build the skeleton target
by Chris Lattner
· 21 years ago
5ad021c
Initial checkin of the rest of the skeleton target
by Chris Lattner
· 21 years ago
25c29d1
Initial skeleton tablegen files
by Chris Lattner
· 21 years ago
522d983
Add skeleton makefile
by Chris Lattner
· 21 years ago
6efa9d0
Initial readme
by Chris Lattner
· 21 years ago
a2d4b3c
Fix the regressions handling unnamed global variables
by Chris Lattner
· 21 years ago
4d143ee
IA64 compat
by Chris Lattner
· 21 years ago
b8edf61
Fix IA64 compatibility
by Chris Lattner
· 21 years ago
23f9ef0
Use new macro
by Chris Lattner
· 21 years ago
f99947c
Be compatible with IA64
by Chris Lattner
· 21 years ago
80b2d6c
This patch was contributed by Daniel Berlin!
by Chris Lattner
· 21 years ago
fed22aa
Fix PR404 try #2
by Chris Lattner
· 21 years ago
69e5845
Nuke a clearly bogus assertion
by Chris Lattner
· 21 years ago
de7aee7
Revert previous patch until I get a bug fixed
by Chris Lattner
· 21 years ago
507e3d6
Fix PR404: Loop simplify is really slow on 252.eon
by Chris Lattner
· 21 years ago
ed6c073
Fixes for PR341
by Chris Lattner
· 21 years ago
0a8e8e1
Fixes for PR341
by Chris Lattner
· 21 years ago
f51c7f56
Fix for PR341
by Chris Lattner
· 21 years ago
017fdcb
Revert stuff that I didn't mean to checkin
by Chris Lattner
· 21 years ago
1ff1ff7
Fixes for PR341
by Chris Lattner
· 21 years ago
f92791a
Fix for PR341
by Chris Lattner
· 21 years ago
76e2df2
Patches towards fixing PR341
by Chris Lattner
· 21 years ago
30b4344
Progress on PR341
by Chris Lattner
· 21 years ago
2fc1230
Fixes working towards PR341
by Chris Lattner
· 21 years ago
ce36d55
Bug fixes for PR341
by Chris Lattner
· 21 years ago
dd68469
Implement folding of expressions like 'uint cast (int* getelementptr (int*
by Chris Lattner
· 21 years ago
8bfc2f1
Now that we codegen the portable "sizeof" efficiently, we can use it for
by Chris Lattner
· 21 years ago
d2995df
Improve codegen for the LLVM offsetof/sizeof "operator". Before we compiled
by Chris Lattner
· 21 years ago
0f01bbc
This is logically part of the last patch. Just more really horrible code
by Chris Lattner
· 21 years ago
a09000d
** Finally DeclareNewGlobalValue is dead!
by Chris Lattner
· 21 years ago
8a32784
* Fairly substantial change. Instead of creating new globalvariables, then
by Chris Lattner
· 21 years ago
cb9d6a8
Fold setValueNameMergingDuplicates into ParseGlobalVariable, allowing us
by Chris Lattner
· 21 years ago
fe2102b
Actually set the endian/pointersize flags on the module being read in!
by Brian Gaeke
· 21 years ago
f70770a
Simplify logic.
by Chris Lattner
· 21 years ago
Next »